summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-06-14 19:45:32 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-02-01 09:17:08 +0100
commitf925bbc67628d38d2f3401786402fcfbcaa94554 (patch)
treeb99fd8c663a693c9c7786c8554d9afbd7d71bb65 /rules/opkg.make
parentf635b7584b5d3f73d8dba324fd2985b28e92cb37 (diff)
downloadptxdist-f925bbc67628d38d2f3401786402fcfbcaa94554.tar.gz
ptxdist-f925bbc67628d38d2f3401786402fcfbcaa94554.tar.xz
opkg: version bump r180 -> 0.1.8
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/opkg.make')
-rw-r--r--rules/opkg.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index c5fd3cc45..4c80d1d40 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -76,7 +76,8 @@ endif
$(STATEDIR)/opkg.targetinstall:
@$(call targetinfo)
- @$(call install_init, opkg)
+ @$(call install_init, opkg)
+ @$(call install_fixup, opkg,PACKAGE,opkg)
@$(call install_fixup, opkg,PRIORITY,optional)
@$(call install_fixup, opkg,SECTION,base)
@$(call install_fixup, opkg,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@@ -92,7 +93,7 @@ endif
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/depmod)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/update-modules)
- @$(call install_lib, opkg, 0, 0, 0644, libopkg)
+ @$(call install_lib, opkg, 0, 0, 0644, libopkg)
# # opkg tries to write to the OPKG_STATE_DIR_PREFIX, which is /usr/lib/opkg
@$(call install_link, opkg, ../../tmp, /usr/lib/opkg)