summaryrefslogtreecommitdiff
path: root/packages/system/upstart
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-04 22:43:50 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-04 22:43:50 +0200
commit6a40f2f84bc5dd0b4664bef9e4f3309e21826ecb (patch)
treea48521727377850590785d548103edff19e43eac /packages/system/upstart
parentcac87aa1f4f11d7ad8e0200511703a95deccdbcd (diff)
downloadembtoolkit-6a40f2f84bc5dd0b4664bef9e4f3309e21826ecb.tar.gz
embtoolkit-6a40f2f84bc5dd0b4664bef9e4f3309e21826ecb.tar.bz2
embtoolkit-6a40f2f84bc5dd0b4664bef9e4f3309e21826ecb.tar.xz
Build system: replace PACKAGES_BUILD -> embtk_pkgb
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/system/upstart')
-rw-r--r--packages/system/upstart/upstart.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/system/upstart/upstart.mk b/packages/system/upstart/upstart.mk
index 226c3da..7ee66a2 100644
--- a/packages/system/upstart/upstart.mk
+++ b/packages/system/upstart/upstart.mk
@@ -28,7 +28,7 @@ UPSTART_MAJOR_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_UPSTART_MAJOR_VERSIO
UPSTART_SITE := http://upstart.ubuntu.com/download/$(UPSTART_MAJOR_VERSION)
UPSTART_PATCH_SITE := ftp://ftp.embtoolkit.org/embtoolkit.org/upstart/$(UPSTART_VERSION)
UPSTART_PACKAGE := upstart-$(UPSTART_VERSION).tar.gz
-UPSTART_BUILD_DIR := $(PACKAGES_BUILD)/upstart-$(UPSTART_VERSION)
+UPSTART_BUILD_DIR := $(embtk_pkgb)/upstart-$(UPSTART_VERSION)
UPSTART_BINS =
UPSTART_SBINS =
@@ -64,7 +64,7 @@ endif
$(UPSTART_BUILD_DIR)/.decompressed:
$(call embtk_pinfo,"Decompressing $(UPSTART_PACKAGE) ...")
- @tar -C $(PACKAGES_BUILD) -xzf $(embtk_dldir)/$(UPSTART_PACKAGE)
+ @tar -C $(embtk_pkgb) -xzf $(embtk_dldir)/$(UPSTART_PACKAGE)
ifeq ($(CONFIG_EMBTK_UPSTART_NEED_PATCH),y)
@cd $(UPSTART_BUILD_DIR); \
patch -p1 < $(embtk_dldir)/upstart-$(UPSTART_VERSION).patch