summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:52:54 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:52:54 +0000
commit8a5f5c07e318e9a4e96304a6a0d203d122a3a103 (patch)
treeb0a320ab9411939fd3e1e613660b1b3154dfb619 /rules/opkg.make
parent428d8f9a6af378179d110c9ed851e35bd7ce83cf (diff)
downloadptxdist-8a5f5c07e318e9a4e96304a6a0d203d122a3a103.tar.gz
ptxdist-8a5f5c07e318e9a4e96304a6a0d203d122a3a103.tar.xz
[opkg] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10111 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/opkg.make')
-rw-r--r--rules/opkg.make43
1 files changed, 3 insertions, 40 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index ce5154c8d..31efde07c 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -33,17 +33,6 @@ $(OPKG_SOURCE):
@$(call get, OPKG)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/opkg.extract:
- @$(call targetinfo)
- @$(call clean, $(OPKG_DIR))
- @$(call extract, OPKG)
- @$(call patchin, OPKG)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -57,32 +46,6 @@ OPKG_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--disable-gpg
-$(STATEDIR)/opkg.prepare:
- @$(call targetinfo)
- @$(call clean, $(OPKG_DIR)/config.cache)
- cd $(OPKG_DIR) && \
- $(OPKG_PATH) $(OPKG_ENV) \
- ./configure $(OPKG_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/opkg.compile:
- @$(call targetinfo)
- cd $(OPKG_DIR) && $(OPKG_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/opkg.install:
- @$(call targetinfo)
- @$(call install, OPKG)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
@@ -99,8 +62,8 @@ $(STATEDIR)/opkg.targetinstall:
@$(call install_fixup, opkg,DEPENDS,)
@$(call install_fixup, opkg,DESCRIPTION,missing)
- # makes only sense when we --enable-gpg
- # @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg-key)
+# # makes only sense when we --enable-gpg
+# # @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg-key)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/update-alternatives)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg-cl)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/ldconfig)
@@ -110,7 +73,7 @@ $(STATEDIR)/opkg.targetinstall:
@$(call install_link, opkg, libopkg.so.0.0.0, /usr/lib/libopkg.so.0)
@$(call install_link, opkg, libopkg.so.0.0.0, /usr/lib/libopkg.so)
- # opkg tries to write to the OPKG_STATE_DIR_PREFIX, which is /usr/lib/opkg
+# # opkg tries to write to the OPKG_STATE_DIR_PREFIX, which is /usr/lib/opkg
@$(call install_link, opkg, /tmp, /usr/lib/opkg)
@$(call install_finish, opkg)