Loading package/neon/neon.mk +8 −0 Original line number Diff line number Diff line Loading @@ -52,4 +52,12 @@ ifneq ($(BR2_HAVE_DEVFILES),y) NEON_POST_INSTALL_TARGET_HOOKS += NEON_REMOVE_CONFIG_SCRIPTS endif define NEON_STAGING_NEON_CONFIG_FIXUP $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" \ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ $(STAGING_DIR)/usr/bin/neon-config endef NEON_POST_INSTALL_STAGING_HOOKS += NEON_STAGING_NEON_CONFIG_FIXUP $(eval $(autotools-package)) Loading
package/neon/neon.mk +8 −0 Original line number Diff line number Diff line Loading @@ -52,4 +52,12 @@ ifneq ($(BR2_HAVE_DEVFILES),y) NEON_POST_INSTALL_TARGET_HOOKS += NEON_REMOVE_CONFIG_SCRIPTS endif define NEON_STAGING_NEON_CONFIG_FIXUP $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" \ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ $(STAGING_DIR)/usr/bin/neon-config endef NEON_POST_INSTALL_STAGING_HOOKS += NEON_STAGING_NEON_CONFIG_FIXUP $(eval $(autotools-package))